2020-2021 Sunseeker Telemetry and Lighting System
timer_d_ex9_periodMeasurement.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Functions

void main (void)
 
void TIMER0_D0_ISR (void)
 

Variables

uint16_t REdge1
 
uint16_t REdge2
 
uint16_t Period
 
const uint8_t port_mapping []
 

Function Documentation

◆ main()

void main ( void  )

◆ TIMER0_D0_ISR()

void TIMER0_D0_ISR ( void  )

Definition at line 214 of file timer_d_ex9_periodMeasurement.c.

References __bic_SR_register_on_exit(), REdge1, and REdge2.

Variable Documentation

◆ Period

uint16_t Period

Definition at line 60 of file timer_d_ex9_periodMeasurement.c.

Referenced by main().

◆ port_mapping

const uint8_t port_mapping[]
Initial value:
= {
PM_TD0CLKMCLK,
PM_TD0_0SMCLK,
PM_TD1OUTH,
PM_NONE,
PM_NONE,
PM_NONE,
PM_NONE,
PM_TA0_0,
}

Definition at line 62 of file timer_d_ex9_periodMeasurement.c.

Referenced by main().

◆ REdge1

uint16_t REdge1

Definition at line 60 of file timer_d_ex9_periodMeasurement.c.

Referenced by main(), and TIMER0_D0_ISR().

◆ REdge2

uint16_t REdge2

Definition at line 60 of file timer_d_ex9_periodMeasurement.c.

Referenced by main(), and TIMER0_D0_ISR().